From: Doug Torrance Date: Sun, 24 Jan 2021 13:57:47 +0000 (+0000) Subject: Use applications provided by Debian packages. X-Git-Tag: archive/raspbian/1.19.1+ds-9+rpi1~1^2^2~4 X-Git-Url: https://dgit.raspbian.org/%22http://www.example.com/cgi/%22/%22http:/www.example.com/cgi/%22?a=commitdiff_plain;h=c855faa3165214a83b1340331be43bad9addf6ec;p=macaulay2.git Use applications provided by Debian packages. Forwarded: not-needed Last-Update: 2021-01-01 In particular: * gfanInterface - fig2dev * Posets - xdg-open for default pdf viewer Gbp-Pq: Name use-debian-applications.patch --- diff --git a/M2/Macaulay2/packages/Posets.m2 b/M2/Macaulay2/packages/Posets.m2 index 2b82d27..0b6eb99 100644 --- a/M2/Macaulay2/packages/Posets.m2 +++ b/M2/Macaulay2/packages/Posets.m2 @@ -21,7 +21,7 @@ newPackage select(( Headline => "partially ordered sets (posets)", Keywords => {"Combinatorics"}, Configuration => { - "DefaultPDFViewer" => "open", -- "open" for Macs and "evince" for Linux + "DefaultPDFViewer" => "xdg-open", -- "open" for Macs and "evince" for Linux "DefaultPrecompute" => true, "DefaultSuppressLabels" => true }, diff --git a/M2/Macaulay2/packages/gfanInterface.m2 b/M2/Macaulay2/packages/gfanInterface.m2 index eccd781..866d7a7 100644 --- a/M2/Macaulay2/packages/gfanInterface.m2 +++ b/M2/Macaulay2/packages/gfanInterface.m2 @@ -15,7 +15,7 @@ newPackage( Keywords => {"Interfaces"}, Configuration => { "path" => "", - "fig2devpath" => "", + "fig2devpath" => "/usr/bin/", "keepfiles" => true, "verbose" => false, "cachePolyhedralOutput" => true